home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / src / platform_fs.cpp < prev    next >
C/C++ Source or Header  |  2005-01-06  |  305b  |  21 lines

  1. //
  2. // C++ Implementation: platform_fs
  3. //
  4. // Description:
  5. //
  6. //
  7. // Author: AndrΘ Simon <andre.simon1@gmx.de>, (C) 2004
  8. //
  9. // Copyright: See COPYING file that comes with this distribution
  10. //
  11. //
  12.  
  13. #include "platform_fs.h"
  14.  
  15. using namespace std;
  16.  
  17. namespace Platform {
  18.        const char pathSeparator = '\\';
  19. }
  20.  
  21.